From f90aee191dfa5c2eb57a8577d2db0b1be549ad70 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Sat, 18 Feb 2006 21:25:31 -0700 Subject: [PATCH] [IA64] gcc-4.0 build fix do_lock_page() and do_set_shared_page() are declared static in vmx_hypercall.c. Removed so we can build with gcc-4.0. From Stephane Eranian. Signed-off-by: Alex Williamson --- xen/include/asm-ia64/hypercall.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/xen/include/asm-ia64/hypercall.h b/xen/include/asm-ia64/hypercall.h index a557536aab..d9f3ea11ba 100644 --- a/xen/include/asm-ia64/hypercall.h +++ b/xen/include/asm-ia64/hypercall.h @@ -16,15 +16,4 @@ vmx_do_mmu_update( u64 *pdone, u64 foreigndom); -extern int -do_lock_page( - VCPU *vcpu, - u64 va, - u64 lock); - -extern int -do_set_shared_page( - VCPU *vcpu, - u64 gpa); - #endif /* __ASM_IA64_HYPERCALL_H__ */ -- 2.30.2